module Hydrocraft
{
    imports
    {
        Base

    }

/************************ITEMS************************/


item HCDogpoop
    {
        Weight    		= 0.1,
        Type    		= Normal,
        DisplayName         	= Dog Poop,
        icon 			= HCDogpoop,
		DisplayCategory	= AnimalPoop,
		Tags = Shit,
    }

item HCBeaglemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Beagle (Male),
	Icon				=	HCBeaglemale,
		DisplayCategory	= Animal,
	}

item HCBeaglefemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Beagle (Female),
	Icon				=	HCBeaglefemale,
		DisplayCategory	= Animal,
	}

item HCBeagledead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Beagle,
	Icon				=	HCBeagledead,
		DisplayCategory	= AnimalDead,
	}

item HCBernesemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Bernese Mountain Dog (Male),
	Icon				=	HCBernesemale,
		DisplayCategory	= Animal,
	}

item HCBernesefemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Bernese Mountain Dog (Female),
	Icon				=	HCBernesefemale,
		DisplayCategory	= Animal,
	}

item HCBernesedead
	{
	Weight 				= 	10,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Bernese Mountain Dog,
	Icon				=	HCBernesedead,
		DisplayCategory	= AnimalDead,
	}

item HCBordercolliemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Border Collie (Male),
	Icon				=	HCBordercolliemale,
		DisplayCategory	= Animal,
	}

item HCBordercolliefemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Border Collie (Female),
	Icon				=	HCBordercolliefemale,
		DisplayCategory	= Animal,
	}

item HCBordercolliedead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Border Collie,
	Icon				=	HCBordercolliedead,
		DisplayCategory	= AnimalDead,
	}

item HCBoxermale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Boxer (Male),
	Icon				=	HCBoxermale,
		DisplayCategory	= Animal,
	}

item HCBoxerfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Boxer (Female),
	Icon				=	HCBoxerfemale,
		DisplayCategory	= Animal,
	}

item HCBoxerdead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Boxer,
	Icon				=	HCBoxerdead,
		DisplayCategory	= AnimalDead,
	}

item HCColliemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Collie (Male),
	Icon				=	HCColliemale,
		DisplayCategory	= Animal,
	}

item HCColliefemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Collie (Female),
	Icon				=	HCColliefemale,
		DisplayCategory	= Animal,
	}

item HCColliedead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Collie,
	Icon				=	HCColliedead,
		DisplayCategory	= AnimalDead,
	}

item HCCorgimale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Corgi (Male),
	Icon				=	HCCorgimale,
		DisplayCategory	= Animal,
	}

item HCCorgifemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Corgi (Female),
	Icon				=	HCCorgifemale,
		DisplayCategory	= Animal,
	}

item HCCorgidead
	{
	Weight 				= 	3,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Corgi,
	Icon				=	HCCorgidead,
		DisplayCategory	= AnimalDead,
	}

item HCDachshundmale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Dachshund (Male),
	Icon				=	HCDachshundmale,
		DisplayCategory	= Animal,
	}

item HCDachshundfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Dachshund (Female),
	Icon				=	HCDachshundfemale,
		DisplayCategory	= Animal,
	}

item HCDachshunddead
	{
	Weight 				= 	3,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Dachshund,
	Icon				=	HCDachshunddead,
		DisplayCategory	= AnimalDead,
	}

item HCDobermanmale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Doberman (Male),
	Icon				=	HCDobermanmale,
		DisplayCategory	= Animal,
	}

item HCDobermanfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Doberman (Female),
	Icon				=	HCDobermanfemale,
		DisplayCategory	= Animal,
	}

item HCDobermandead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Doberman,
	Icon				=	HCDobermandead,
		DisplayCategory	= AnimalDead,
	}

item HCGermanshepherdmale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	German Shepherd (Male),
	Icon				=	HCGermanshepherdmale,
		DisplayCategory	= Animal,
	}

item HCGermanshepherdfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	German Shepherd (Female),
	Icon				=	HCGermanshepherdfemale,
		DisplayCategory	= Animal,
	}

item HCGermanshepherddead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead German Shepherd,
	Icon				=	HCGermanshepherddead,
		DisplayCategory	= AnimalDead,
	}

item HCGreatdanemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Great Dane (Male),
	Icon				=	HCGreatdanemale,
		DisplayCategory	= Animal,
	}

item HCGreatdanefemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Great Dane (Female),
	Icon				=	HCGreatdanefemale,
		DisplayCategory	= Animal,
	}

item HCGreatdanedead
	{
	Weight 				= 	10,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Great Dane,
	Icon				=	HCGreatdanedead,
		DisplayCategory	= AnimalDead,
	}

item HCGoldenmale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Golden Retriever (Male),
	Icon				=	HCGoldenmale,
		DisplayCategory	= Animal,
	}

item HCGoldenfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Golden Retriever (Female),
	Icon				=	HCGoldenfemale,
		DisplayCategory	= Animal,
	}

item HCGoldendead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Golden Retriever,
	Icon				=	HCGoldendead,
		DisplayCategory	= AnimalDead,
	}

item HCHeelermale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Heeler (Male),
	Icon				=	HCHeelermale,
		DisplayCategory	= Animal,
	}

item HCHeelerfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Heeler (Female),
	Icon				=	HCHeelerfemale,
		DisplayCategory	= Animal,
	}

item HCHeelerdead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Heeler,
	Icon				=	HCHeelerdead,
		DisplayCategory	= AnimalDead,
	}

item HCHuskymale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Husky (Male),
	Icon				=	HCHuskymale,
		DisplayCategory	= Animal,
	}

item HCHuskyfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Husky (Female),
	Icon				=	HCHuskyfemale,
		DisplayCategory	= Animal,
	}

item HCHuskydead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Husky,
	Icon				=	HCHuskydead,
		DisplayCategory	= AnimalDead,
	}

item HCIrishsettermale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Irish Setter (Male),
	Icon				=	HCIrishsettermale,
		DisplayCategory	= Animal,
	}

item HCIrishsetterfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Irish Setter (Female),
	Icon				=	HCIrishsetterfemale,
		DisplayCategory	= Animal,
	}

item HCIrishsetterdead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Irish Setter,
	Icon				=	HCIrishsetterdead,
		DisplayCategory	= AnimalDead,
	}

item HCLabradormale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Labrador (Male),
	Icon				=	HCLabradormale,
		DisplayCategory	= Animal,
	}

item HCLabradorfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Labrador (Female),
	Icon				=	HCLabradorfemale,
		DisplayCategory	= Animal,
	}

item HCLabradordead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Labrador,
	Icon				=	HCLabradordead,
		DisplayCategory	= AnimalDead,
	}

item HCPitbullmale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Pitbull (Male),
	Icon				=	HCPitbullmale,
		DisplayCategory	= Animal,
	}

item HCPitbullfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Pitbull (Female),
	Icon				=	HCPitbullfemale,
		DisplayCategory	= Animal,
	}

item HCPitbulldead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Pitbull,
	Icon				=	HCPitbulldead,
		DisplayCategory	= AnimalDead,
	}

item HCRottweilermale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Rottweiler (Male),
	Icon				=	HCRottweilermale,
		DisplayCategory	= Animal,
	}

item HCRottweilerfemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Rottweiler (Female),
	Icon				=	HCRottweilerfemale,
		DisplayCategory	= Animal,
	}

item HCRottweilerdead
	{
	Weight 				= 	5,
	Type                		= 	Normal,
	DisplayName 			= 	Dead Rottweiler,
	Icon				=	HCRottweilerdead,
		DisplayCategory	= AnimalDead,
	}

item HCShibainumale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Shiba Inu (Male),
	Icon				=	HCShibainumale,
		DisplayCategory	= Animal,
	}

item HCShibainufemale
	{
	Weight 				= 	1,
	Type                		= 	Container,
	Capacity             		= 	0,
	DisplayName 			= 	Shiba Inu (Female),
	Icon				=	HCShibainufemale,
		DisplayCategory	= Animal,
	}

item HCShibainudead
	{
	Weight 					= 	5,
	Type                	= 	Container,
	Capacity            	= 	0,
	DisplayName 			= 	Dead Shiba Inu,
	Icon					=	HCShibainudead,
		DisplayCategory	= AnimalDead,
	}

item HCHuskymalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCHuskymalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack Husky (Male),
	Icon						= HCHuskymalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }



item HCHuskyfemalepack
    {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCHuskyfemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
    DisplayName					= Pack Husky (Female),
    Icon	   					= HCHuskyfemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
    }



item HCBernesemalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCBernesemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack Bernese Mountain Dog (Male),
	Icon						= HCBernesemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }



    item HCBernesefemalepack
    {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCBernesefemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
    DisplayName					= Pack Bernese Mountain Dog (Female),
    Icon						= HCBernesefemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
    }


item HCGreatdanemalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCGreatdanemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName        			= Pack Great Dane (Male),
	Icon						= HCGreatdanemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
	
   }

item HCGreatdanefemalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCGreatdanefemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack Great Dane (Female),
	Icon						= HCGreatdanefemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }


item HCGermanshepherdmalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCGermanshepherdmalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack German Shepherd (Male),
	Icon						= HCGermanshepherdmalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }

item HCGermanshepherdfemalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCGermanshepherdfemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack German Shepherd (Female),
	Icon						= HCGermanshepherdfemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }


item HCLabradormalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCLabradormalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack Labrador (Male),
	Icon						= HCLabradormalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }

item HCLabradorfemalepack
   {
    WeightReduction				= 100,
    ClothingItemExtra 			= HCLabradorfemalepack,
    ClothingItemExtraOption 	= FannyPack_WearBack,
    Weight						= 0,
    Type	      				= Container,
    Capacity					= 60,
	DisplayName             	= Pack Labrador(Female),
	Icon						= HCLabradorfemalepack,
    BodyLocation 				= FannyPackFront,
    ClothingItem 				= HCPackDog,
    CanBeEquipped 				= FannyPackFront,
    RunSpeedModifier 			= 0.97,
		DisplayCategory	= Container,
   }


item HCPitbullmaleinjured
	{
	Weight 				= 	1,
	Type 				= 	Normal,
	DisplayName 		= 	Injured Pitbull (Male),
	Icon				=	HCPitbullmaleinjured,
		DisplayCategory	= Animal,
	}

item HCPitbullfemaleinjured
	{
	Weight 				= 	1,
	Type 				= 	Normal,
	DisplayName 		= 	Injured Pitbull (Female),
	Icon				=	HCPitbullfemaleinjured,
		DisplayCategory	= Animal,
	}

item HCDobermanmaleinjured
	{
	Weight 				= 	1,
	Type 				= 	Normal,
	DisplayName 		= 	Injured Doberman (Male),
	Icon				=	HCDobermanmaleinjured,
		DisplayCategory	= Animal,
	}

item HCDobermanfemaleinjured
	{
	Weight 				= 	1,
	Type 				= 	Normal,
	DisplayName 		= 	Injured Doberman (Female),
	Icon				=	HCDobermanfemaleinjured,
		DisplayCategory	= Animal,
	}

/************************WEAPONS************************/

item HCPitbullmalewar
	{
		MaxRange					=	15,
		WeaponSprite				=	Hydrocraft.HCWardog,
		MinAngle					=	0,
		Type						=	Weapon,
		MinimumSwingTime			=	3,
		KnockBackOnNoDeath			=	TRUE,
		SwingAmountBeforeImpact		=	0.02,
		Categories					=	SmallBlunt,
		ConditionLowerChanceOneIn	=	40,
		Weight						=	1,
		SplatNumber					=	4,
		PushBackMod					=	0.5,
		SubCategory					=	Swinging,
		ConditionMax				=	20,
		MaxHitCount					=	1,
		DoorDamage					=	0,
		SwingAnim					=	Bat,
		WeaponWeight				=	0,
		DisplayName					=	War Pitbull (Male),
		MinRange					=	0.61,
		SwingTime					=	3,
		MinDamage					=	1,
		MaxDamage					=	4,
		KnockdownMod				=	3,
		SplatBloodOnNoDeath			=	TRUE,
		Icon						=	HCPitbullmalewar,
		RunAnim						=	Run_Weapon2,
		TwoHandWeapon 		 		= 	FALSE,
        IdleAnim					=	Idle_Weapon2,
		BreakSound  				=  	BreakWoodItem,
        TreeDamage  				=  	1,
        AttachmentType 				= 	Knife,
		DisplayCategory	= WepRange,
	}

item HCPitbullmalewarSpiked
	{
		MaxRange					=	15,
		WeaponSprite				=	Hydrocraft.HCWardog,
		MinAngle					=	0,
		Type						=	Weapon,
		MinimumSwingTime			=	3,
		KnockBackOnNoDeath			=	TRUE,
		SwingAmountBeforeImpact		=	0.02,
		Categories					=	SmallBlade,
		ConditionLowerChanceOneIn	=	60,
		Weight						=	1,
		SplatNumber					=	4,
		PushBackMod					=	0.5,
		SubCategory					=	Swinging,
		ConditionMax				=	20,
		MaxHitCount					=	2,
		DoorDamage					=	0,
		SwingAnim					=	Bat,
		WeaponWeight				=	0,
		DisplayName					=	Spiked War Pitbull,
		MinRange					=	0.61,
		SwingTime					=	3,
		MinDamage					=	2,
		MaxDamage					=	6,
		KnockdownMod				=	3,
		SplatBloodOnNoDeath			=	TRUE,
		Icon						=	HCPitbullmalewar,
		RunAnim						=	Run_Weapon2,
		TwoHandWeapon 		 		= 	FALSE,
        IdleAnim					=	Idle_Weapon2,
		BreakSound  				=  	BreakWoodItem,
        TreeDamage  				=  	1,
        AttachmentType 				= 	Knife,
		DisplayCategory	= WepRange,
	}


item HCPitbullfemalewar
	{
		MaxRange					= 12,
		WeaponSprite				= Hydrocraft.HCWardog,
		MinAngle					= 0,
		Type						= Weapon,
		MinimumSwingTime			= 3,
		KnockBackOnNoDeath			= TRUE,
		SwingAmountBeforeImpact		= 0.02,
		Categories					= SmallBlunt,
		ConditionLowerChanceOneIn	= 20,
		Weight						= 1,
		SplatNumber					= 0,
		PushBackMod					= 0.5,
		SubCategory					= Swinging,
		ConditionMax				= 40,
		MaxHitCount					= 1,
		DoorDamage					= 1,
		SwingAnim					= Bat,
		WeaponWeight				= 0.2,
		DisplayName					= War Pitbull (Female),
		MinRange					= 0.61,
		SwingTime					= 3,
		MinDamage					= 0.5,
		MaxDamage					= 3,
		KnockdownMod				= 3,
		SplatBloodOnNoDeath			= TRUE,
		Icon						= HCPitbullmalewar,
		RunAnim						= Run_Weapon2,
		TwoHandWeapon 		 		= FALSE,
        IdleAnim					= Idle_Weapon2,
		BreakSound  				= BreakWoodItem,
        TreeDamage  				= 1,
        AttachmentType 				= Knife,
		DisplayCategory	= WepRange,
	}

item HCDobermanmalewar
	{
		MaxRange				=	17,
		WeaponSprite			=	Hydrocraft.HCWardog,
		MinAngle				=	0,
		Type					=	Weapon,
		MinimumSwingTime		=	3,
		KnockBackOnNoDeath		=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories				=	SmallBlunt,
		ConditionLowerChanceOneIn	=	40,
		Weight					=	1,
		SplatNumber				=	0,
		PushBackMod				=	0.5,
		SubCategory				=	Swinging,
		ConditionMax			=	15,
		MaxHitCount				=	1,
		DoorDamage				=	6,
		SwingAnim				=	Bat,
		WeaponWeight			=	0,
		DisplayName				=	War Doberman (Male),
		MinRange				=	0.61,
		SwingTime				=	3,
		MinDamage				=	1,
		MaxDamage				=	4,
		KnockdownMod			=	3,
		SplatBloodOnNoDeath		=	TRUE,
		Icon					=	HCDobermanmalewar,
		RunAnim					=	Run_Weapon2,
		TwoHandWeapon 			= 	FALSE,
        IdleAnim				=	Idle_Weapon2,
		BreakSound  			=  	BreakWoodItem,
        TreeDamage  			=  	1,
        AttachmentType 			= 	Knife,
		DisplayCategory	= WepRange,
	}


item HCDobermanmalewarSpiked
	{
		MaxRange				=	17,
		WeaponSprite			=	Hydrocraft.HCWardog,
		MinAngle				=	0,
		Type					=	Weapon,
		MinimumSwingTime		=	3,
		KnockBackOnNoDeath		=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories				=	SmallBlade,
		ConditionLowerChanceOneIn	=	60,
		Weight					=	1,
		SplatNumber				=	0,
		PushBackMod				=	0.5,
		SubCategory				=	Swinging,
		ConditionMax			=	15,
		MaxHitCount				=	2,
		DoorDamage				=	6,
		SwingAnim				=	Bat,
		WeaponWeight			=	0,
		DisplayName				=	Spiked War Doberman,
		MinRange				=	0.61,
		SwingTime				=	3,
		MinDamage				=	2,
		MaxDamage				=	6,
		KnockdownMod			=	3,
		SplatBloodOnNoDeath		=	TRUE,
		Icon					=	HCDobermanmalewar,
		RunAnim					=	Run_Weapon2,
		TwoHandWeapon 			= 	FALSE,
        IdleAnim				=	Idle_Weapon2,
		BreakSound  			=  	BreakWoodItem,
        TreeDamage  			=  	1,
        AttachmentType 			= 	Knife,
		DisplayCategory	= WepRange,
	}


item HCDobermanfemalewar
	{
		MaxRange				=	15,
		WeaponSprite			=	Hydrocraft.HCWardog,
		MinAngle				=	0,
		Type					=	Weapon,
		MinimumSwingTime		=	3,
		KnockBackOnNoDeath		=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories				=	SmallBlunt,
		ConditionLowerChanceOneIn	=	20,
		Weight					=	1,
		SplatNumber				=	0,
		PushBackMod				=	0.5,
		MaxDamage				=	3,
		SubCategory				=	Swinging,
		ConditionMax			=	15,
		MaxHitCount				=	1,
		DoorDamage				=	6,
		SwingAnim				=	Bat,
		WeaponWeight			=	0,
		DisplayName				=	War Doberman (Female),
		MinRange				=	0.61,
		SwingTime				=	3,
		MinDamage				=	0.6,
		KnockdownMod			=	3,
		SplatBloodOnNoDeath		=	TRUE,
		Icon					=	HCDobermanfemalewar,
		RunAnim					=	Run_Weapon2,
		TwoHandWeapon 			= 	FALSE,
        IdleAnim				= 	Idle_Weapon2,
		BreakSound  			= 	BreakWoodItem,
        TreeDamage  			=   1,
        AttachmentType 			= 	Knife,	
		DisplayCategory	= WepRange,	
	}



	
/************************RECIPES************************/
   
recipe Search for Stray Dogs
    {
	HCBinoculars,
    	HCDogwhistle,
    	Result:HCBinoculars,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCDogCall,
    	OnGiveXP:Recipe.OnGiveXP.None,
    }

recipe Feed Dog
    {
	Water,
	HCDogbiscuit/DogfoodOpen/HCDogkibble/Rabbitmeat/PorkChop/MuttonChop/Steak/Ham/MeatPatty/Bacon/HCVenison/HCBearsteak/HCSmallgamesteak/HCCheval/Egg/BeefJerky/HCSimplejerky/HCTastyjerky/Apple/HCSlicedapple/Carrots/PeanutButter/HCPeanutbutter/CannedCornedBeefOpen/HCCannedspamopen/HCSausagefrog/HCSausagebird/HCSausagechicken/HCSausageduck/HCSausagegoose/HCSausageturkey/HCSausagevermin/HCSausagerabbit/HCSausagesmallgame/HCSausagedeer/HCSausagebear/HCSausagemutton/HCSausagepork/HCSausagebeef/HCSausageitalian,
    	keep HCCorgimale/HCCorgifemale/HCBordercolliemale/HCBordercolliefemale/HCBoxermale/HCBoxerfemale/HCColliemale/HCColliefemale/HCDobermanmale/HCDobermanfemale/HCGreatdanemale/HCGreatdanefemale/HCGermanshepherdmale/HCGermanshepherdfemale/HCHeelermale/HCHeelerfemale/HCHuskymale/HCHuskyfemale/HCGoldenmale/HCGoldenfemale/HCLabradormale/HCLabradorfemale/HCRottweilermale/HCRottweilerfemale/HCShibainumale/HCShibainufemale/HCPitbullmale/HCPitbullfemale/HCBernesemale/HCBernesefemale/HCDachshundmale/HCDachshundfemale/HCIrishsettermale/HCIrishsetterfemale/HCBeaglemale/HCBeaglefemale/HCBernesemalepack/HCBernesefemalepack/HCHuskymalepack/HCHuskyfemalepack/HCPitbullmalewar/HCPitbullfemalewar/HCPitbullmaleinjured/HCPitbullfemaleinjured,
    	CanBeDoneFromFloor:true,
    	Result:HCDogpoop,
    	Time:15.0,
    	Category:Ranching,
    	OnCreate:HC_ToyStatModifier,
    	OnGiveXP:Recipe.OnGiveXP.None,
		OnTest:Hydrocraft.OnTest.FoodNotRotten,
    }

recipe Attach Armor to Dog
    {
	HCPitbullmale,
	HCWardogarmor,
    Rope,
    Result:HCPitbullmalewar,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Attach Armor to Dog
    {
	HCPitbullfemale,
	HCWardogarmor,
    Rope,
    Result:HCPitbullfemalewar,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Attach Armor to Dog
    {
	HCPitbullmale,
	HCWardogarmorSpiked,
    Rope,
    Result:HCPitbullmalewarSpiked,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Remove Armor from Wardog
   {
		HCPitbullmalewar/HCPitbullmalewarSpiked,
   	Result:HCPitbullmaleinjured,
   	Time:50.0,
   	NeedToBeLearn:true,
   	Category:Ranching,
   }

recipe Remove Armor from Wardog
    {
		HCPitbullfemalewar,
   	Result:HCPitbullfemaleinjured,
   	Time:50.0,
   	NeedToBeLearn:true,
   	Category:Ranching,
    }

recipe Attach Armor to Dog
    {
	HCDobermanmale,
	HCWardogarmor,
    Rope,
    Result:HCDobermanmalewar,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Attach Armor to Dog
    {
	HCDobermanmale,
	HCWardogarmorSpiked,
    Rope,
    Result:HCDobermanmalewarSpiked,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Attach Armor to Dog
    {
	HCDobermanfemale,
	HCWardogarmor,
    Rope,
    Result:HCDobermanfemalewar,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Remove Armor from Wardog
    {
	HCDobermanmalewar/HCDobermanmalewarSpiked,
    Result:HCDobermanmaleinjured,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

recipe Remove Armor from Wardog
    {
	HCDobermanfemalewar,
    Result:HCDobermanfemaleinjured,
    Time:50.0,
    NeedToBeLearn:true,
    Category:Ranching,
    }

	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
		Rope,
		HCHuskymale,
		
		Result:HCHuskymalepack,		
		Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
		Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCHuskymalepack,
		
		Result:HCHuskymale,		
		Time:50.0,
		Category:Ranching,
		OnCreate:HCRemoveDogPack,
    }

	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
		Rope,
		HCHuskyfemale,
		
		Result:HCHuskyfemalepack,		
		Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
		Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCHuskyfemalepack,
		
		Result:HCHuskyfemale,		
		Time:50.0,
		Category:Ranching,
		OnCreate:HCRemoveDogPack,
    }


	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCBernesemale,
		
    	Result:HCBernesemalepack,		
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCBernesemalepack,
		
    	Result:HCBernesemale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }

	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCBernesefemale,
		
    	Result:HCBernesefemalepack,
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCBernesefemalepack,
		Result:HCBernesefemale,
		
		Time:50.0,
		Category:Ranching,
		OnCreate:HCRemoveDogPack,
    }



	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCGreatdanemale,
		
    	Result:HCGreatdanemalepack,    	
		Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCGreatdanemalepack,
	
    	Result:HCGreatdanemale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }

	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCGreatdanefemale,
    	
		Result:HCGreatdanefemalepack,
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCGreatdanefemalepack,
    	
		Result:HCGreatdanefemale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }



	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCGermanshepherdmale,
    	
		Result:HCGermanshepherdmalepack,
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCGermanshepherdmalepack,
    	
		Result:HCGermanshepherdmale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }

	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCGermanshepherdfemale,
    	
		Result:HCGermanshepherdfemalepack,
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCGermanshepherdfemalepack,
    	
		Result:HCGermanshepherdfemale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }



	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCLabradormale,
    	
		Result:HCLabradormalepack,
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCLabradormalepack,
    	
		Result:HCLabradormale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }

	recipe Attach Bags to Dog
    {
		Bag_SurvivorBag=2,
    	Rope,
		HCLabradorfemale,
    	
		Result:HCLabradorfemalepack,
    	Time:50.0,
		OnCreate:HCEmptyContainerOnRecipe,
    	Category:Ranching,
    }

	recipe Remove Bags from Dog
    {
		HCLabradorfemalepack,
    	
		Result:HCLabradorfemale,
    	Time:50.0,
    	Category:Ranching,
    	OnCreate:HCRemoveDogPack,
    }


recipe Heal Dog
    {
		SkillRequired:Doctor=1,
	   HCPitbullmaleinjured,
		Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,Pills,
	   CanBeDoneFromFloor:true,
	   NeedToBeLearn:true,
		Result:HCPitbullmale,
		Time:500.0,
		Category:Health,
	   OnGiveXP:Healdog_OnGiveXP,
    }

recipe Heal Dog
    {
		SkillRequired:Doctor=1,
	   HCPitbullfemaleinjured,
		Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,Pills,
	   CanBeDoneFromFloor:true,
	   NeedToBeLearn:true,
		Result:HCPitbullfemale,
		Time:500.0,
		Category:Health,
	   OnGiveXP:Healdog_OnGiveXP,
    }

recipe Heal Dog
   {
		SkillRequired:Doctor=1,
	   HCDobermanmaleinjured,
		Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,Pills,
	   CanBeDoneFromFloor:true,
	   NeedToBeLearn:true,
		Result:HCDobermanmale,
		Time:500.0,
		Category:Health,
	   OnGiveXP:Healdog_OnGiveXP,
   }

recipe Heal Dog
    {
		SkillRequired:Doctor=1,
   	HCDobermanfemaleinjured,
		Bandaid/AlcoholBandage/HCDiaperAlcohol/AlcoholRippedSheets/HCMenstrualpadAlcohol,Pills,
   	CanBeDoneFromFloor:true,
   	NeedToBeLearn:true,
		Result:HCDobermanfemale,
		Time:500.0,
		Category:Health,
   	OnGiveXP:Healdog_OnGiveXP,
    }




/************************FIXING************************/


fixing Provide first aid to Wardog
    {
        Require : HCPitbullmalewar;HCPitbullfemalewar;HCDobermanmalewar;HCDobermanfemalewar;HCDobermanmalewarSpiked;HCPitbullmalewarSpiked,
        GlobalItem : Bandage,
        Fixer : Pills,
        ConditionModifier : 0.4,
    }				
}